home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
BK-SC1_1.DMS
/
in.adf
/
Examples.Lha
/
shared lib example
/
test.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-02-22
|
318 b
|
18 lines
#ifndef _INCLUDE_test_H
#define _INCLUDE_test_H
/*
* File generated by StormLink from lib.fd
* DO NOT EDIT
* $VER: test.library 1.0
*/
#ifdef __cplusplus
extern "C" {
#endif
#pragma amicall( TestBase, 0x1E, AddTwo(d0, d1))
#pragma amicall( TestBase, 0x24, AddTree(d0, d1, d2))
#ifdef __cplusplus
};
#endif
#endif